home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Utils / UNIX / UNZIP520 / WINGUI / COPYFILE.DLG < prev    next >
Text File  |  1996-01-24  |  2KB  |  30 lines

  1. //---------------------------------------------------------------------------
  2. // copyfile.dlg : WizUnZip Copy/Move/Rename dialog procedure.
  3. // File Open and Save As dialog descriptions
  4. //
  5. // Copyright (c) Microsoft Corporation, 1990-
  6. // This file, from the Windows 3.1 SDK is customized for WizUnzip.
  7. // Note: Five of the usual "File Open" controls are narrowed, invisible,
  8. // and lurking in the left margin of the dialog box.
  9. //---------------------------------------------------------------------------
  10.  
  11. COPYFILE DIALOG 8, 20, 316, 137
  12. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  13. CAPTION "Copy File To"
  14. FONT 8, "Helv"
  15. {
  16.  LTEXT "File &Name:", 1090, 3, 12, 37, 8, NOT WS_GROUP
  17.  EDITTEXT 1152, 43, 10, 93, 12, ES_AUTOHSCROLL | ES_OEMCONVERT | NOT WS_TABSTOP | WS_BORDER
  18.  LISTBOX 1120, 4, 31, 132, 102, LBS_STANDARD | LBS_HASSTRINGS | LBS_DISABLENOSCROLL
  19.  LTEXT "&Directories:", -1, 156, 11, 92, 9
  20.  LTEXT "", 1088, 2, 4, 1, 9, NOT WS_GROUP | SS_NOPREFIX | NOT WS_VISIBLE
  21.  LISTBOX 1121, 156, 31, 92, 68, LBS_SORT | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
  22.  LTEXT "List Files of &Type:", 1089, 4, 111, 1, 9, NOT WS_GROUP | NOT WS_VISIBLE
  23.  COMBOBOX 1136, 5, 129, 1, 34, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | NOT WS_VISIBLE | WS_BORDER
  24.  LTEXT "Dri&ves:", 1091, 157, 103, 92, 9
  25.  COMBOBOX 1137, 156, 112, 92, 70, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | WS_TABSTOP
  26.  DEFPUSHBUTTON "OK", IDOK, 259, 8, 50, 14, WS_GROUP
  27.  PUSHBUTTON "Cancel", IDCANCEL, 259, 31, 50, 14, WS_GROUP
  28.  PUSHBUTTON "&Help", 1038, 259, 51, 50, 14, WS_GROUP
  29. }
  30.